Contribution org.nuxeo.platform.mobile.authentication.chain.contrib--specificChains
org.nuxeo.platform.mobile.authentication.chain.contrib
inside nuxeo-web-mobile-dm-5.8.jar
This contribution is part of XML component Extension Point
Extension point specificChains of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="specificChains" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<specificAuthenticationChain name="mobile-app">
<urlPatterns>
<url>/.+/site/mobile[./]*</url>
</urlPatterns>
<replacementChain>
<plugin>BASIC_AUTH_STATEFUL</plugin>
<plugin>FORM_WEBENGINE_APPLICATION_AUTH</plugin>
<plugin>FORM_AUTH</plugin>
<plugin>ANONYMOUS_AUTH</plugin>
<plugin>WEBSERVICES_AUTH</plugin>
</replacementChain>
</specificAuthenticationChain>
</extension>